* {
  margin: 0;
  padding: 0;
}

.img_resize {
  width: 35%;
  height: 110%;
  border: none;

}


body {
  font-family: 'Bahnschrift condensed';
  line-height: 1.25;
  background-color: #faf7f3;
  font-size: 26px;
}




.left_area {
    color: #fff;
    margin: 0;
    font-size: 22px;
    font-weight: 900;
}

.btn_go:link, .btn_go:visited {
    background-color: #0caa53;
    color: white;
    padding: 10px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: none;
    border-radius: 20px;
  }
  
  .btn_go:hover, .btn_go:active {
    background-color: #1bdd72;
  }

input{
    width: 100%;
    padding: 5px 10px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #54565A;
    border-radius: 5px;
    outline: none;
}

.grid_container {
    align-content: center;
    grid-template-columns: auto;
    margin-left: 35%;
    margin-right: 35%;

    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #fff;
        background: rgb(255, 255, 255);
    border: 2px solid rgb(223, 223, 223);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
    border-radius: 7px;
    transition: all 0.2s ease-in-out 0s;
}
.grid_container1 {
    align-content: center;
    grid-template-columns: auto;
   
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #fff;
        background: rgb(255, 255, 255);
    border: 2px solid rgb(223, 223, 223);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
    border-radius: 7px;
    transition: all 0.2s ease-in-out 0s;
    width: 400PX;
}
}

.grid_item {
    padding: 10px 10px;
    text-align: center;
    align-content: center;
    
}



select {
  width: 100%;
  padding: 5px 10px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #54565A;
  border-radius: 5px;
  outline: none;
}

option {
  text-align: center;
  color: #115272;
}

.buttonz {
  background-color:#04AA6D;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  width:102%;
      box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}
}

.buttonz:hover {
  background-color: rgb(234, 170, 0);
      box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
        color: #fff;;
}

.buttonz .buttonz:visited {
  background-color:#04AA6D;
  color: white;

  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: none;
  border-radius: 5px;
  font-size: 16px;

      box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.buttonz:hover, .buttonz:active {
  background-color: rgb(234, 170, 0);
      box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
        color: #fff;;
}

.btn_b:link, .btn_b:visited {
    background-color:#f44336;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  width:90%;
      box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}

.btn_b:hover, .btn_b:active {
  background-color:  #fff;
      box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
        color: #54565A;
}



.des {
  text-align: center;

  font-size: 36px;
  color:  #54565A;

  margin-left: 25%;
  margin-right: 25%;
  

}

.desc {
  text-align: center;

  color: #114f6e;



}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background:#54565A;
}

::-webkit-scrollbar-thumb:hover {
  background: #54565A;
}

.color{
  color: #114f6e;
}

.main1{
    height:300px;
    width: 60%;
    position: center;
  overflow:none;
  box-sizing:border-box;
  background-color: white;
  border: 2px solid #115272;
  margin: 12px;
  padding: 10px;
  
      background: rgb(255, 255, 255);
    border: 1px solid rgb(223, 223, 223);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
    border-radius: 7px;
    transition: all 0.2s ease-in-out 0s;
}